* dispnew.c (clear_glyph_row, copy_row_except_pointers):
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Sep 2013 07:16:38 +0000 (00:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Sep 2013 07:16:38 +0000 (00:16 -0700)
commitbb8e388c628a3586ddc45f6c51600346a15f1d7d
treeda20144ad34dc616207a5886fdb6ea5931f5e804
parent05dc730cc8c1e0c2307f7511043e08a6cfe261c3
* dispnew.c (clear_glyph_row, copy_row_except_pointers):

Prefer signed to unsigned integers where either will do.
No need for 'const' on locals that do not escape.
Omit easserts with unnecessary and unportable assumptions about
alignment.  Avoid unnecessary casts to char *.
src/ChangeLog
src/dispnew.c